reflect.Value.Recv (method)

2 uses

	reflect (current package)
		value.go#L2023: func (v Value) Recv() (x Value, ok bool) {

	text/template
		exec.go#L403: 			elem, ok := val.Recv()